Click or drag to resize

ServiceAcceptMeetingRequest Method (IListAcceptItem)

Accepts meeting requests.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> AcceptMeetingRequest(
	IList<AcceptItem> acceptItems
)

Parameters

acceptItems
Type: System.Collections.GenericIListAcceptItem
The accept items.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also